home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / muds / mordor_2.000 / mordor_2 / src / update.h < prev   
Text File  |  1994-11-07  |  423b  |  17 lines

  1. #define MAX_TEXIT 5
  2.  
  3. typedef struct {
  4.     int    room;
  5.     char    *name1, *name2;
  6.     int    exit1,exit2;
  7.     char    *mess1, *mess2;
  8. } tx_tag;
  9.  
  10. static t_toggle =0; 
  11. static tx_tag   time_x[MAX_TEXIT] =
  12. { {540,NULL,"dock", 0, 542,
  13.    "The Ithil Express has docked in Parth.","The Ithil Express has docked in Celduin."},
  14.   {541,"steamboat",NULL,534, 0,NULL,NULL},
  15.   {542,NULL,"steamboat",0,540,NULL,NULL},
  16.   {534,"dock",NULL,541,0,NULL,NULL}} ;
  17.